Package com.cisco.pt.ipc.sim
Interface Antenna
- All Known Implementing Classes:
AntennaImpl
Information provided by the PKI file:
\class Antenna
\brief The Antenna class represents the wireless link.
\example network().getDevice(QString:Wireless Router0).getPort(string:Wireless).getLink()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetPort()Information provided by the PKI file:getReceiverAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Link
getConnectionType
-
Method Details
-
getPort
Port getPort()Information provided by the PKI file:
\brief Returns the port object associated with this Antenna. \return Port, the port object associated with this Antenna.- Returns:
- Port Returns a Port
-
getReceiverCount
int getReceiverCount()Information provided by the PKI file:
\brief Returns the number of receivers associated with this Antenna. \return int, the number of receivers associated with this Antenna.- Returns:
- int Returns a int
-
getReceiverAt
Information provided by the PKI file:
\brief Returns the Antenna receiver at the specified index. \param int index, the index of Antenna receiver. \return Antenna, the Antenna receiver at the specified index.- Parameters:
index- Takes in a parameter of index- Returns:
- Antenna Returns a Antenna
-